home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / cfheader.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  477 b   |  20 lines

  1. <!--- This view-only example shows the use of CFHEADER --->
  2. <HTML>
  3. <HEAD>
  4. <TITLE>CFHEADER Example</TITLE>
  5. </HEAD>
  6.  
  7. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  8. <BODY  bgcolor="#FFFFD5">
  9.  
  10. <H3>CFHEADER Example</H3>
  11.  
  12. <P>CFHEADER generates custom HTTP response headers
  13. to return to the client. 
  14. <P>The following example forces the browser client
  15. to purge its cache of a requested file. 
  16. <!---     <CFHEADER Name="Expires" Value="#Now()#"> --->
  17.  
  18. </BODY>
  19. </HTML>       
  20.